home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.11.gz / 1994.11 / 000159_feldman@ipxwf1.llnl.gov_Mon Nov 28 03:43:42 1994.msg < prev    next >
Internet Message Format  |  1994-11-30  |  11KB

  1. Received: from ipxwf1.llnl.gov by cs.umb.edu with SMTP id AA19231
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 28 Nov 1994 14:40:55 -0500
  3. Received: by ipxwf1.llnl.gov (4.1/LLNL-1.18)
  4.     id AA19362; Mon, 28 Nov 94 11:43:42 PST
  5. Date: Mon, 28 Nov 94 11:43:42 PST
  6. From: feldman@ipxwf1.llnl.gov (Mark Feldman LLNL )
  7. Message-Id: <9411281943.AA19362@ipxwf1.llnl.gov>
  8. To: tex-k@cs.umb.edu
  9. Subject: TeX installation on SUN OS 4.1.3
  10. Cc: feldman@ipxwf1.llnl.gov
  11.  
  12. I am trying to install TeX and friends on SUN OS 4.1.3.
  13. The TeX installation seems to have gone ok, but I cannot
  14. get xdvik or dvipsk to install (they appear to compile ok).
  15.  
  16. When installing xdvik, for example, I get the following
  17. output:
  18.  
  19. : make install-exec
  20.  
  21. for d in xdvik; do \
  22.   if test -d $d; then (cd $d; make  CFLAGS='-g -I/d2/usr -I/usr/openwin'
  23. SHELL='/bin/sh'  prefix=/d2/usr/tex exec_prefix=/d2/usr/tex  
  24. bindir=/d2/usr/tex/bin scriptdir=/d2/usr/tex/bin libdir=/d2/usr/tex/lib 
  25. datadir=/d2/usr/tex/lib infodir=/d2/usr/tex/info includedir=/d2/usr/tex/include
  26. manext=1 mandir=/d2/usr/tex/man/man1  texmf_prefix=/d2/usr/tex/lib/texmf  
  27. texinputdir=/d2/usr/tex/lib/texmf/tex mfinputdir=/d2/usr/tex/lib/texmf/mf  
  28. fontdir=/d2/usr/tex/lib/texmf/fonts  fmtdir=/d2/usr/tex/lib/texmf/ini
  29. basedir=/d2/usr/tex/lib/texmf/ini  texpooldir=/d2/usr/tex/lib/texmf/ini  
  30. mfpooldir=/d2/usr/tex/lib/texmf/ini  psfontdir=/d2/usr/tex/lib/texmf/fonts/adobe
  31. dvips_prefix=/d2/usr/tex/lib/texmf/dvips configdir=/d2/usr/tex/lib/texmf/dvips 
  32. headerdir=/d2/usr/tex/lib/texmf/dvips psmacrodir=/d2/usr/tex/lib/texmf/tex/dvips 
  33. default_texsizes='300:600'   install-exec); \
  34.   else true; fi; done
  35. make: Fatal error: Don't know how to make target `/config.h'
  36. Current working directory /d2/usr/tex/web2c-6.1/xdvik
  37. *** Error code 1
  38. make: Fatal error: Command failed for target `install-exec'
  39.  
  40.  
  41. Similarly for dvipsk.  My Makefile is included below.
  42. Any suggestions would be greatly appreciated.
  43.  
  44. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  45. ~ Mark Feldman                           ~                             ~
  46. ~ Lawrence Livermore National Laboratory ~ Phone:    510-423-6854      ~
  47. ~ P.O. Box 808  (M/S L-463)              ~ Fax:      510-423-3143      ~
  48. ~ Livermore, CA 94550                    ~ Internet: FELDMAN1@LLNL.GOV ~
  49. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  50.  
  51. ------------ start of Makefile ---------------------------------------------------
  52.  
  53. # Generated automatically from Makefile.in by configure.
  54. # Makefile for xdvik --kb@cs.umb.edu.
  55. version = 18d
  56.  
  57.  
  58. # See INSTALL for compilation options.
  59. DEFS = -DPS_GS $(XDEFS)
  60.  
  61.  
  62. # If your X include files or libraries won't be found automatically by
  63. # the compiler or linker, define these appropriately.  If you are
  64. # compiling with -DNOTOOL, set tool_libs="".
  65. x_cppflags = 
  66. x_ldflags = 
  67. x_r6_libs = 
  68. x_extra_libs =  -lnsl
  69. tool_libs = -lXaw -lXmu -lXt -lXext
  70. x_libs = $(x_ldflags) $(tool_libs) $(x_r6_libs) -lX11 $(x_extra_libs)
  71.  
  72. # We don't use alloca ourselves, but the X library might, and this way
  73. # we avoid the buggy versions in -lPW or -lucb.
  74. ALLOCA = alloca.o
  75.  
  76. objects = xdvi.o dvi_draw.o dvi_init.o events.o font-open.o gf.o pk.o   \
  77. psdps.o psgs.o psheader.o psnews.o special.o util.o vf.o sfDir.o        \
  78. sfDraw.o sfPath.o sfSelFile.o xgetcwd.o $(ALLOCA)
  79.  
  80. program = xdvi
  81.  
  82. default all: $(program) xdvi.1
  83. .PHONY: default
  84. .PHONY: all
  85.  
  86. $(program): $(kpathsea) $(objects)
  87.     $(link_command) $(x_lib_flags) $(objects) $(LOADLIBES)
  88.  
  89. squeeze: squeeze.o
  90.     $(link_command) squeeze.o
  91.  
  92. psheader.c: psheader.txt squeeze
  93.     ./squeeze $(srcdir)/psheader.txt $@
  94.  
  95. xdvi.1: xdvi.man sedscript
  96.     sed -f sedscript <$(srcdir)/xdvi.man >$@
  97.  
  98. sedscript: mksedscript
  99.     $(SHELL) $(srcdir)/mksedscript pkpath sizes vfpath $(DEFS) >$@
  100.  
  101.  
  102. install: install-exec install-data
  103. uninstall: uninstall-exec uninstall-data
  104.  
  105. install-exec: $(program) install-MakeTeXPK
  106.     $(SHELL) $(top_srcdir)/../mkdirchain $(bindir)
  107.     $(INSTALL_PROGRAM) $(program) $(bindir)/$(program)
  108. uninstall-exec:
  109.     rm -f $(bindir)/$(program)
  110.  
  111. install-data: xdvi.1
  112.     $(SHELL) $(top_srcdir)/../mkdirchain $(mandir)
  113.     $(INSTALL_DATA) xdvi.1 $(mandir)/xdvi.$(manext)
  114. uninstall-data:
  115.     rm -f $(mandir)/xdvi.$(manext)
  116.  
  117.  
  118. distname = xdvik
  119. program_files = xdvi.icon xdvi.man psheader.txt mksedscript
  120. version_files = patchlevel.h
  121.  
  122. pre-dist-$(distname):
  123. post-dist-$(distname):
  124.     cd $(top_distdir); rm -f xdvik/psheader.c
  125.  
  126.  
  127. info dvi check:
  128.  
  129.  
  130. distclean::
  131.     rm -f psheader.c sedscript xdvi.1
  132.  
  133. alloca.o : alloca.c 
  134. dvi_draw.o : dvi_draw.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  135.   $(kpathsea_dir)/c-unistd.h \
  136.   $(kpathsea_dir)/systypes.h \
  137.   $(kpathsea_dir)/c-memstr.h \
  138.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  139.   $(kpathsea_dir)/c-proto.h \
  140.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  141.   xdvi.h \
  142.   $(kpathsea_dir)/c-ctype.h \
  143.   $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/c-vararg.h dvi.h 
  144. dvi_init.o : dvi_init.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  145.   $(kpathsea_dir)/c-unistd.h \
  146.   $(kpathsea_dir)/systypes.h \
  147.   $(kpathsea_dir)/c-memstr.h \
  148.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  149.   $(kpathsea_dir)/c-proto.h \
  150.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  151.   xdvi.h \
  152.   $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/c-stat.h \
  153.   $(kpathsea_dir)/magstep.h $(kpathsea_dir)/tex-glyph.h $(kpathsea_dir)/tex-file.h dvi.h 
  154. events.o : events.c ./config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  155.   $(kpathsea_dir)/c-unistd.h \
  156.   $(kpathsea_dir)/systypes.h \
  157.   $(kpathsea_dir)/c-memstr.h \
  158.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  159.   $(kpathsea_dir)/c-proto.h \
  160.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  161.   ./xdvi.h 
  162. font-open.o : font-open.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  163.   $(kpathsea_dir)/c-unistd.h \
  164.   $(kpathsea_dir)/systypes.h \
  165.   $(kpathsea_dir)/c-memstr.h \
  166.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  167.   $(kpathsea_dir)/c-proto.h \
  168.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  169.   xdvi.h \
  170.   $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/tex-glyph.h $(kpathsea_dir)/tex-file.h 
  171. gf.o : gf.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  172.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  173.   $(kpathsea_dir)/c-memstr.h \
  174.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  175.   $(kpathsea_dir)/c-proto.h \
  176.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  177.   xdvi.h 
  178. pk.o : pk.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  179.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  180.   $(kpathsea_dir)/c-memstr.h \
  181.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  182.   $(kpathsea_dir)/c-proto.h \
  183.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  184.   xdvi.h 
  185. psdps.o : psdps.c 
  186. psgs.o : psgs.c 
  187. psheader.o : psheader.c 
  188. psnews.o : psnews.c 
  189. sfDir.o : sfDir.c \
  190.   sfinternal.h \
  191.   $(kpathsea_dir)/config.h ./c-auto.h \
  192.   $(kpathsea_dir)/c-std.h \
  193.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  194.   $(kpathsea_dir)/c-memstr.h $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h \
  195.   $(kpathsea_dir)/c-limits.h \
  196.   $(kpathsea_dir)/c-proto.h $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  197.   $(kpathsea_dir)/c-dir.h \
  198.   $(kpathsea_dir)/c-stat.h 
  199. sfDraw.o : sfDraw.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  200.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  201.   $(kpathsea_dir)/c-memstr.h \
  202.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  203.   $(kpathsea_dir)/c-proto.h \
  204.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-stat.h \
  205.   sfinternal.h 
  206. sfPath.o : sfPath.c \
  207.   $(kpathsea_dir)/config.h \
  208.   ./c-auto.h $(kpathsea_dir)/c-std.h \
  209.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  210.   $(kpathsea_dir)/c-memstr.h \
  211.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  212.   $(kpathsea_dir)/c-proto.h \
  213.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-stat.h \
  214.   sfinternal.h 
  215. sfSelFile.o : sfSelFile.c \
  216.   sfinternal.h 
  217. special.o : special.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  218.   $(kpathsea_dir)/c-unistd.h \
  219.   $(kpathsea_dir)/systypes.h \
  220.   $(kpathsea_dir)/c-memstr.h \
  221.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  222.   $(kpathsea_dir)/c-proto.h \
  223.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  224.   xdvi.h \
  225.   $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/c-ctype.h \
  226.   $(kpathsea_dir)/line.h $(kpathsea_dir)/tex-file.h 
  227. squeeze.o : squeeze.c 
  228. util.o : util.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  229.   $(kpathsea_dir)/c-unistd.h \
  230.   $(kpathsea_dir)/systypes.h \
  231.   $(kpathsea_dir)/c-memstr.h \
  232.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  233.   $(kpathsea_dir)/c-proto.h \
  234.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  235.   xdvi.h \
  236.   $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/c-vararg.h 
  237. vf.o : vf.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  238.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  239.   $(kpathsea_dir)/c-memstr.h \
  240.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  241.   $(kpathsea_dir)/c-proto.h \
  242.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  243.   xdvi.h \
  244.   dvi.h 
  245. xdvi.o : xdvi.c config.h $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  246.   $(kpathsea_dir)/c-unistd.h \
  247.   $(kpathsea_dir)/systypes.h \
  248.   $(kpathsea_dir)/c-memstr.h \
  249.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  250.   $(kpathsea_dir)/c-proto.h \
  251.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h \
  252.   xdvi.h \
  253.   c-openmx.h $(kpathsea_dir)/c-fopen.h $(kpathsea_dir)/c-ctype.h \
  254.   $(kpathsea_dir)/proginit.h $(kpathsea_dir)/progname.h $(kpathsea_dir)/tex-file.h patchlevel.h \
  255.   xdvi.icon 
  256. xgetcwd.o : xgetcwd.c $(kpathsea_dir)/config.h ./c-auto.h $(kpathsea_dir)/c-std.h \
  257.   $(kpathsea_dir)/c-unistd.h $(kpathsea_dir)/systypes.h \
  258.   $(kpathsea_dir)/c-memstr.h \
  259.   $(kpathsea_dir)/c-errno.h $(kpathsea_dir)/c-minmax.h $(kpathsea_dir)/c-limits.h \
  260.   $(kpathsea_dir)/c-proto.h \
  261.   $(kpathsea_dir)/lib.h $(kpathsea_dir)/types.h $(kpathsea_dir)/debug.h $(kpathsea_dir)/c-pathmx.h 
  262.  
  263.  
  264. -------------- end of Makefile -----------------------------------------------------------------------